Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Add Release Please automation for releases and changelogs - #30

Merged
jestjosh merged 4 commits into
masterfrom
copilot/add-release-feature
Dec 9, 2025
Merged

Add Release Please automation for releases and changelogs#30
jestjosh merged 4 commits into
masterfrom
copilot/add-release-feature

Conversation

Copilot AI commented Dec 9, 2025

Copy link
Copy Markdown
Contributor

Adds automated release management using Release Please to eliminate manual version bumping and changelog maintenance.

Changes

  • .github/workflows/release-please.yml: Workflow triggers on master branch pushes, creates/updates release PRs with version bumps and changelogs based on commit types
  • CONTRIBUTING.md: Documents Conventional Commits format requirement (feat:, fix:, docs:, etc.) for automated release generation

Workflow

Commits pushed to master trigger Release Please to:

  1. Analyze commit messages for semantic versioning
  2. Update package.json version and generate CHANGELOG.md
  3. Create release PR (or update existing one)
  4. Create GitHub release when PR is merged

Breaking changes use feat!: or BREAKING CHANGE: in commit body.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/googleapis/release-please-action/git/refs/tags
    • Triggering command: /usr/bin/curl curl -s REDACTED 53 -j ACCEPT (http block)
  • https://api.github.com/repos/googleapis/release-please-action/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

add release please to this


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@jestjosh
jestjosh marked this pull request as ready for review December 9, 2025 13:43
Copilot AI and others added 3 commits December 9, 2025 13:44
Co-authored-by: joshuabalduff <11274822+joshuabalduff@users.noreply.github.com>
Co-authored-by: joshuabalduff <11274822+joshuabalduff@users.noreply.github.com>
Co-authored-by: joshuabalduff <11274822+joshuabalduff@users.noreply.github.com>
Copilot AI changed the title [WIP] Add release feature for deployment process Add Release Please automation for releases and changelogs Dec 9, 2025
Copilot AI requested a review from jestjosh December 9, 2025 13:49
@jestjosh
jestjosh merged commit 00ea098 into master Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants